home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.mdf / Docs / Photobook.dir / 00008.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  682 b   |  14 lines

  1. on exitFrame
  2.   global fotoActual
  3.   puppetSprite(2, 1)
  4.   if not rollOver(19) and not rollOver(20) and not rollOver(21) and not rollOver(22) and not rollOver(23) and not rollOver(24) and not rollOver(25) and not rollOver(26) then
  5.     repeat with x = 20 to 26
  6.       set the visible of sprite x to 0
  7.     end repeat
  8.   end if
  9.   set the castNum of sprite 2 to the number of member fotoActual of castLib "fotos"
  10.   set the locH of sprite 2 to (the width of cast the castNum of sprite 2 / 2) + 486 - the width of cast the castNum of sprite 2
  11.   set the locV of sprite 2 to (the height of cast the castNum of sprite 2 / 2) + 388 - the height of cast the castNum of sprite 2
  12.   go(the frame)
  13. end
  14.